Restructure resolve/lockfile ops
authorAlex Crichton <alex@alexcrichton.com>
Thu, 23 Oct 2014 05:18:49 +0000 (22:18 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Oct 2014 19:40:23 +0000 (12:40 -0700)
commitb6be4038be71028900cc112b76719e93b7a12bfd
tree35f5b132ed080aed1736bac40e269829177175ed
parent798b620c2d2190846191aa90c3ab91999a7ed79f
Restructure resolve/lockfile ops

Move functionality from cargo_fetch and cargo_generate_lockfile into dedicated
lockfile/resolve modules. The plan is to expand the resolve module significantly
to deal with the lockfile that's loaded.
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_fetch.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/ops/lockfile.rs [new file with mode: 0644]
src/cargo/ops/mod.rs
src/cargo/ops/resolve.rs [new file with mode: 0644]